home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Objrepos / HelpInsight.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-22  |  1.3 KB  |  107 lines

  1. BODY
  2. {
  3.     font-family:verdana,arial,helvetica;
  4.     font-size:10pt;
  5.     margin:1px;
  6.     background-color:#ffffff;
  7.     color:#000000;
  8.         overflow-y:auto;
  9.         overflow-x:hidden;
  10. }
  11.  
  12. H1
  13. {
  14.     font-family:verdana,arial,helvetica;
  15.     font-size:165%;
  16.     margin-bottom:10px;
  17. }
  18.  
  19. H2
  20. {
  21.     font-size:125%;
  22.     margin-top:1em;
  23.     margin-bottom:0px;
  24. }
  25.  
  26. H3
  27. {
  28.     font-size:115%;
  29.     margin-bottom:0px;
  30. }
  31.  
  32.  
  33. P
  34. {
  35.     margin-left: 20px;
  36.     margin-top:5px;
  37.     margin-bottom:5px;
  38. }
  39.  
  40. H4
  41. {
  42.     font-family: "ms sans serif";
  43.     font-size: 10pt;
  44.     font-weight: bold;
  45.  
  46.     margin-bottom:0px;
  47.     margin-top:0px;
  48.     margin-left: 0px;
  49. }
  50.  
  51. B.le
  52. {
  53.     font-family: "ms sans serif";
  54.     font-size: 10pt;
  55.     font-weight: bold;
  56. }
  57.  
  58. DL
  59. {
  60.     margin-bottom:0px;
  61.     margin-top:0px;
  62.     margin-left: 8px;
  63. }
  64.  
  65. DT
  66. {
  67.     margin-bottom:0px;
  68.     margin-top:0px;
  69.     margin-left: 15px;
  70. }
  71.  
  72. DD
  73. {
  74.     margin-bottom:0px;
  75.     margin-top:0px;
  76.     margin-left: 30px;
  77. }
  78.  
  79. .maincaption
  80. {
  81.     font-size: 10pt;
  82.     font-weight: bold;
  83.  
  84.     margin-top:0px;
  85.     margin-bottom:1px;
  86.     margin-left: 5px;
  87. }
  88.  
  89. .codelink
  90. {
  91.     margin-left: 0px;
  92.     font-size: 10pt;
  93.     font-weight: normal;
  94.  
  95.     margin-bottom:0px;
  96.     margin-top:0px;
  97.     margin-left: 0px;
  98. }
  99.  
  100.  
  101. .code
  102. {
  103.     color: black;
  104.     font-family: "courier new", courier, monospace;
  105.     margin-left: 20px
  106. }
  107.